home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 24 / AACD 24.iso / AACD / Online / Epic4 / share / epic / help / 6_functions / geom < prev    next >
Text File  |  2001-03-21  |  416b  |  19 lines

  1. Synopsis:
  2.    $geom()
  3.  
  4. Technical:
  5.    Returns the number of columns wide and the number of lines high that
  6.    your current screen is.
  7.  
  8. Practical:
  9.    This function is mostly useful by providing the screen width.  This
  10.    could be used by a script to determine how wide it should format its
  11.    output.
  12.  
  13. Returns:
  14.    X Y    "X" is screen's column width, "Y" is screen's line height
  15.  
  16. See Also:
  17.    winsize(6)
  18.  
  19.